home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_PICT / Testing / hex_tests / text=lineJustify.hex < prev    next >
Text File  |  1995-06-12  |  2KB  |  41 lines

  1. %
  2. %    This tests the new lineJustify opcode (2D).  We do this by printing the same text a couple
  3. %    verrying the interword and slop(?) spacing each time.
  4. %
  5. % header
  6. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  7. % end of app-specific header
  8. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  9. 0011 02FF                    % verson
  10. 0001 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  11. 0030 0000 0000 00FF 00FF        % draw bounding rect
  12. 0003 0022        % New century schoolbook
  13. 000D 000C            % change the size
  14.  
  15. 002A 20 (This is some text to change.)
  16. %
  17. %    Increase the character justification to 4
  18. %    Leave the total extra space for justification at 0
  19. %
  20. 002D 0008 00040000 00000000
  21. 002A 20 (This is some text.)
  22. %
  23. %    Increase the character justification to 8
  24. %    Leave the total extra space for justification at 0
  25. %
  26. 002D 0008 00080000 00000000
  27. 002A 20 (This is some text.)
  28. %
  29. %    Increase the character justification to 8
  30. %    increase the total extra space for justification to 15
  31. %
  32. 002D 0008 00080000 000F0000
  33. 002A 20 (This is some text.)
  34. %
  35. %    Set the character justification to 4
  36. %    Set the total extra space for justification to 5
  37. %
  38. 002D 0008 00040000 00050000
  39. 002A 20 (This is some text.)
  40. 00FF    % end
  41.